Filters an enumeration based on a specified condition.
function Where(const Filter: ICompiledExpressionStatement): IObjectEnumerable<T>; overload;
Use the method to obtain the filtered set of an enumeration elements based on a specified condition. The condition has to be specified as a precompiled expression.